Add image/x-win-bitmap mimetype
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 18 Jun 2008 15:15:54 +0000 (15:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 18 Jun 2008 15:15:54 +0000 (15:15 +0000)
svn path=/trunk/; revision=20451

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-ico.c

index 520513df68e42dad5e994ca41ba8871f793ddfa0..8c1a7d87b16d1455285b6de9580282e4ee3f8d28 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-ico.c: Add image/x-win-bitmap to the supported mimetypes,
+       since that is what shared-mime-info uses for .cur
+
 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.13.3 ===
index 29dd95a1df8dac9a40f6a160cf4647daa8291a0b..323e1cb405f5b1b337d274435614ddc581959911 100644 (file)
@@ -1231,6 +1231,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
        static gchar * mime_types[] = {
                "image/x-icon",
                "image/x-ico",
+               "image/x-win-bitmap",
                NULL
        };
        static gchar * extensions[] = {